home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / dl_exsrc.zoo / bdos.s next >
Encoding:
Text File  |  1994-06-27  |  83 b   |  8 lines

  1.     .text
  2.     .globl _bdos
  3. _bdos:
  4.     move.w    4(sp),d0
  5.     move.l    6(sp),d1
  6.     trap    #2
  7.     rts
  8.